Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement persistent message type in Java #215

Conversation

AntonAndell
Copy link
Collaborator

Description:

Commit Message

type: commit message

see the guidelines for commit messages.

Changelog Entry

version: <log entry>

Checklist:

  • I have performed a self-review of my own code
  • I have documented my code in accordance with the documentation guidelines
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have run the unit tests
  • I only have one commit (if not, squash them into one commit).
  • I have a descriptive commit message that adheres to the commit message guidelines

Please review the CONTRIBUTING.md file for detailed contributing guidelines.

@AntonAndell AntonAndell linked an issue Dec 18, 2023 that may be closed by this pull request
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Dec 18, 2023
@AntonAndell AntonAndell changed the base branch from main to development/177-xcall-future-proof-messaging December 18, 2023 11:30
@github-actions github-actions bot removed the documentation Improvements or additions to documentation label Dec 18, 2023
Copy link

codecov bot commented Dec 18, 2023

Codecov Report

Merging #215 (7cf576e) into development/177-xcall-future-proof-messaging (19568ed) will increase coverage by 0.09%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@                                Coverage Diff                                 @@
##             development/177-xcall-future-proof-messaging     #215      +/-   ##
==================================================================================
+ Coverage                                           68.58%   68.68%   +0.09%     
  Complexity                                             62       62              
==================================================================================
  Files                                                  39       39              
  Lines                                                2187     2184       -3     
  Branches                                               29       28       -1     
==================================================================================
  Hits                                                 1500     1500              
+ Misses                                                673      671       -2     
+ Partials                                               14       13       -1     
Flag Coverage Δ
solidity 81.48% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...in/java/foundation/icon/xcall/CallServiceImpl.java 85.58% <ø> (+1.14%) ⬆️

@AntonAndell AntonAndell force-pushed the 185-java-implement-persistent-message branch from 9613afc to bf639c1 Compare December 18, 2023 11:30
@AntonAndell AntonAndell changed the title 185 java implement persistent message feat: Implement persistent message type in Java Dec 18, 2023
@AntonAndell AntonAndell force-pushed the 185-java-implement-persistent-message branch from bf639c1 to e5be598 Compare December 19, 2023 08:07
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Dec 19, 2023
@AntonAndell AntonAndell force-pushed the 185-java-implement-persistent-message branch from e5be598 to 7cf576e Compare December 19, 2023 08:11
@ibrizsabin ibrizsabin merged commit 3569416 into development/177-xcall-future-proof-messaging Dec 20, 2023
13 checks passed
@ibrizsabin ibrizsabin deleted the 185-java-implement-persistent-message branch December 20, 2023 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Java: Implement Persistent message
2 participants